From: Stefan Monnier Date: Thu, 7 Nov 2002 22:51:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29845 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=eb8c4c85ace36850558cb6071afb6dabf336369f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 515c044cff9..68f520e9ddc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2002-11-07 Stefan Monnier + * textmodes/fill.el (fill-paragraph): Consider a comment-start as + a paragraph starter when filling non-comments. + (fill-comment-paragraph): Use comment-search-forward. + Recognize paragraph starters and separators within comments. + Use adaptive-fill-prefix when it works. Don't narrow while doing the fill. + * progmodes/compile.el (grep-default-command): New fun. (grep): Use it. (compilation-menu-map): New var.